home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_LANG / TFORM_LANG.txt
Text File  |  2003-11-13  |  2KB  |  101 lines

  1. object Form_Lang: TForm_Lang
  2.   Left = 410
  3.   Top = 312
  4.   ActiveControl = Combo_Lang
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select language'
  7.   ClientHeight = 139
  8.   ClientWidth = 254
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button_OK: TButton
  20.     Left = 10
  21.     Top = 109
  22.     Width = 75
  23.     Height = 25
  24.     Hint = 'Accept changes and close dialog box'
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Button_Cancel: TButton
  31.     Left = 90
  32.     Top = 109
  33.     Width = 75
  34.     Height = 25
  35.     Hint = 'Discard changes and close dialog box'
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 5
  43.     Top = 0
  44.     Width = 241
  45.     Height = 101
  46.     Caption = ' &Language '
  47.     TabOrder = 2
  48.     object Combo_Lang: TLanguagesCombo
  49.       Left = 10
  50.       Top = 63
  51.       Width = 216
  52.       Height = 22
  53.       Language = 1033
  54.       LanguageName = 'English (United States)'
  55.       LanguageType = ltInstalled
  56.       ViewType = lvtLocalized
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       TabOrder = 4
  60.     end
  61.     object RB_Selected: TRadioButton
  62.       Left = 10
  63.       Top = 20
  64.       Width = 75
  65.       Height = 17
  66.       Caption = '&Selected'
  67.       Checked = True
  68.       TabOrder = 0
  69.       TabStop = True
  70.       OnClick = RB_SelectedClick
  71.     end
  72.     object RB_Recent: TRadioButton
  73.       Left = 90
  74.       Top = 20
  75.       Width = 71
  76.       Height = 17
  77.       Caption = '&Recent'
  78.       TabOrder = 1
  79.       OnClick = RB_SelectedClick
  80.     end
  81.     object RB_Default: TRadioButton
  82.       Left = 10
  83.       Top = 40
  84.       Width = 76
  85.       Height = 17
  86.       Caption = '&Default'
  87.       TabOrder = 2
  88.       OnClick = RB_SelectedClick
  89.     end
  90.     object RB_System: TRadioButton
  91.       Left = 90
  92.       Top = 40
  93.       Width = 76
  94.       Height = 17
  95.       Caption = 'S&ystem'
  96.       TabOrder = 3
  97.       OnClick = RB_SelectedClick
  98.     end
  99.   end
  100. end
  101.